home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / drivers / s3864v11.zip / VERSACAD.TXT < prev    next >
Text File  |  1993-08-10  |  3KB  |  89 lines

  1.                         GraphicsENGINE  VersaCad Driver
  2.  
  3.  Features:
  4.    * Very Fast-
  5.            Written in 100% assembly language.
  6.    * Very Small-
  7.            Uses only 11K.
  8.    * Versatile-
  9.            Works with all monitor types.
  10.    * High performance features-
  11.            Full internal display list using EMS.
  12.    * Does not require HDILOAD-
  13.            Leaves more memory available for macros.
  14.            Works with all applications including VCAD/386.
  15.  
  16.  Hardware Requirements:
  17.    * 286 or better CPU.
  18.    * 80x87.
  19.    * EMS 4.0 memory (512K minimum).
  20.    * GraphicsENGINE  board.
  21.  
  22.  Resolution:
  23.    * 1024 x 768 or 800 x 600 on MultiSync displays.
  24.    * 640 x 480 on all others.
  25.    * 16 or 256 colors on all resolution.
  26.    * 64K or 16.7M extra colors on 640x480.
  27.  
  28.  
  29.                  I N S T A L L A T I O N
  30.                  -----------------------
  31.  
  32.  Automatic installation:
  33.    1. Go to disk drive that has your VersaCad product(s) installed.
  34.    2. Place the driver install diskette in drive A:.
  35.    3. Type  A:\INSTALL  <CR>.
  36.  
  37.       Then select INSTALL's   VERSACAD Driver   menu,
  38.       press ENTER key and complete the installation.
  39.       INSTALL will copy the appropriate files to your default directory.
  40.  
  41.    4. Run ENVIRO program when prompted, selecting this driver.
  42.  
  43.                  D R I V E R   U S E
  44.                  -------------------
  45.  
  46.  LOADING THE DRIVER
  47.    This driver is a TSR type (Terminate-and-Stay-Resident) program. You
  48.    only need to install it once in memory each time your machine is
  49.    powered up. For this reason, it is recommended that a call to this
  50.    driver be placed in your AUTOEXEC.BAT file. If you are using VersaCad
  51.    5.3 or 5.4 (VersaCad Design), the driver name will be  VC2_911.COM .
  52.    If you are using VersaCad 386, the driver name will be  VC3_911.COM .
  53.  
  54.  
  55.  HIGH LOADING
  56.    For information on loading this driver into the high memory provided
  57.    by certain 386 memory managers, please see the PERFORMANCE TIPS section
  58.    of this manual.
  59.  
  60.  
  61.  EMS MEMORY USAGE
  62.    As a default, this driver will reserve 512K of EMS memory when
  63.    invoked. This will be used to store the display lists needed for fast
  64.    redraws. While this should be enough memory to handle most drawings,
  65.    you can tell the driver to reserve more EMS space when the driver is
  66.    loaded. This is done by setting the environment variable  VCAD_EMS= 
  67.    to the number of EMS pages you whish to have reserved. Each EMS page is
  68.    16K in size.
  69.      Example:
  70.             SET VCAD_EMS=64 
  71.  
  72.    will cause the driver to reserve 1024K (64 pages * 16K) of memory
  73.    when the driver is loaded.
  74.      Example:
  75.             SET VCAD_EMS=0 
  76.  
  77.    will tell the driver to reserve no pages  of EMS for use. This
  78.    special case tells the driver not to reserve any EMS. In this case,
  79.    display list processing will be disabled.
  80.  
  81.  
  82.  
  83.  SCREEN RESOLUTION
  84.    This driver will use the resolution selected by the ENVIRO program.
  85.    If that mode is unavailable, VersaCad will not run.
  86.  
  87.  
  88.  
  89.